@charset "UTF-8";
body {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  background-color: #FFFFFF;
  color: #444444;
  line-height: 1.45;
  position: relative;
}

a {
  text-decoration: none;
}

.header_index {
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  perspective: 1000;
}

.nav-list__item_index {
  color: #FFFFFF;
}

.toggle-nav__btn_border_index {
  background-color: #FFFFFF;
}

.header--sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.3s ease-in-out;
  background-color: #FFFFFF;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.swiper-slide__bgi {
  background-position: center 75%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.swiper-slide__bgi_01 {
  background-image: url(../../images/mainbg01.jpg);
}
.swiper-slide__bgi_02 {
  background-image: url(../../images/mainbg02.jpg);
}
.swiper-slide__bgi_03 {
  background-image: url(../../images/mainbg03.jpg);
}

.swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

@keyframes zoomUp {
  /* ズームアップで1.15倍させる指定 */
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-slide__bgi,
.swiper-slide-duplicate-active .swiper-slide__bgi,
.swiper-slide-prev .swiper-slide__bgi {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.swiper-copy {
  position: absolute;
  display: inline-block;
  writing-mode: vertical-rl;
  font-weight: 800px;
  font-size: 34px;
  color: #FFFFFF;
  z-index: 2;
  letter-spacing: 0.35em;
  line-height: 1.24;
}
@media screen and (max-width: 768px) {
  .swiper-copy {
    writing-mode: horizontal-tb;
    letter-spacing: 0.2em;
  }
}
.swiper-copy-01 {
  top: 33.18%;
  right: 511px;
}
@media screen and (max-width: 768px) {
  .swiper-copy-01 {
    top: 20%;
    left: 20px;
    right: auto;
  }
}
.swiper-copy-02 {
  top: 33.18%;
  right: 593px;
}
@media screen and (max-width: 768px) {
  .swiper-copy-02 {
    top: 30%;
    left: 20px;
    right: auto;
  }
}

.detail {
  width: 100%;
  height: auto;
  background-image: url(../../images/paperlike-bg.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .detail {
    padding: 60px 0;
  }
}
.detail__inner {
  position: relative;
  width: 859px;
  height: 681px;
  margin-right: auto;
  margin-left: calc((100% - 859px) * 0.54);
}
@media screen and (max-width: 992px) {
  .detail__inner {
    width: 651px;
    margin-left: calc((100% - 651px) * 0.54);
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .detail__inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) and (max-width: 576px) {
  .detail__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.detail__title {
  font-weight: 500;
  font-size: 28px;
  color: #444444;
  letter-spacing: 0.35em;
  position: absolute;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .detail__title {
    font-weight: 500;
    font-size: 26px;
    color: #444444;
    position: static;
    writing-mode: horizontal-tb;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .detail__title {
    font-size: 23px;
  }
}
.detail__title-01 {
  right: 0;
  top: 61px;
}
.detail__title-02 {
  right: 61px;
  top: 147px;
}
.detail__box {
  position: absolute;
  right: 207px;
  top: 147px;
  width: 512px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .detail__box {
    right: 151px;
    width: 400px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .detail__box {
    display: block;
    position: static;
    width: 100%;
  }
}
.detail__sentence {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  display: inline-block;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .detail__sentence {
    font-weight: 500;
    font-size: 16px;
    color: #444444;
    writing-mode: horizontal-tb;
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .detail__sentence {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 768px) {
  .detail__sentence_br {
    display: block;
    content: "";
    margin: 0 11px;
  }
}
.detail__name {
  position: absolute;
  font-weight: 500;
  font-size: 22px;
  color: #444444;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  left: 0;
  top: 440px;
}
@media screen and (max-width: 768px) {
  .detail__name {
    margin-top: 60px;
    position: static;
    writing-mode: horizontal-tb;
    text-align: right;
  }
}

.contents {
  width: 100%;
  padding-top: 106px;
  padding-bottom: 78px;
}
.contents__inner {
  width: 100%;
}
.contents-box {
  display: flex;
  width: 100%;
  height: 545px;
}
@media screen and (max-width: 992px) {
  .contents-box {
    display: block;
    height: auto;
  }
}
.contents-box_gap {
  margin-bottom: 122px;
}
@media screen and (max-width: 992px) {
  .contents-box_gap {
    margin-bottom: 80px;
  }
}
.contents-box_menu {
  flex-direction: row-reverse;
}
.contents-box__image {
  height: 100%;
  width: 54.69%;
  background-size: cover;
  background-position: center 75%;
}
@media screen and (max-width: 992px) {
  .contents-box__image {
    width: 100%;
    height: 65vw;
  }
}
.contents-box__image_oheya {
  background-image: url(../../images/oheya-top.jpg);
}
.contents-box__image_menu {
  background-image: url(../../images/menu-top.jpg);
}
.contents-box__image_onsen {
  background-image: url(../../images/onsen-top.jpg);
}
.contents-box__sentences-box {
  padding-top: 24px;
  padding-left: 137px;
}
@media screen and (max-width: 1400px) {
  .contents-box__sentences-box {
    width: 45.31%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1400px) and (max-width: 992px) {
  .contents-box__sentences-box {
    width: 100%;
  }
}
.contents-box__sentences-box_menu {
  padding-left: 0;
  padding-right: 174px;
}
@media screen and (max-width: 1400px) {
  .contents-box__sentences-box_menu {
    padding-right: 0;
  }
}
.contents-box__title {
  font-weight: 500;
  font-size: 36px;
  color: #444444;
  line-height: 62px;
  margin-bottom: 51px;
}
@media screen and (max-width: 1400px) {
  .contents-box__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 992px) {
  .contents-box__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 992px) and (max-width: 576px) {
  .contents-box__title {
    font-size: 23px;
    line-height: 50px;
  }
}
.contents-box__description {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  line-height: 32px;
  margin-bottom: 65px;
}
@media screen and (max-width: 992px) {
  .contents-box__description {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .contents-box__description {
    font-size: 14px;
  }
}
.contents-box__btn {
  display: inline-block;
  width: 200px;
  height: 56px;
  text-align: center;
  border: 1px solid #707070;
}
.contents-box__btn_title {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  line-height: 56px;
}

.plans {
  width: 100%;
  display: block;
  background-image: url(../../images/circles-bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 113px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .plans {
    padding-bottom: 80px;
  }
}
.plans__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1221px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .plans__inner {
    display: block;
  }
}
@media screen and (max-width: 1200px) and (max-width: 576px) {
  .plans__inner {
    margin-bottom: 80px;
  }
}
.plans-box {
  width: 331px;
}
@media screen and (max-width: 1200px) {
  .plans-box {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    width: 692px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .plans-box {
    display: block;
    width: 335px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) and (max-width: 576px) {
  .plans-box {
    width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .plans-box_gap {
    margin-bottom: 60px;
  }
}
.plans-box__image {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .plans-box__image {
    display: block;
    width: 331px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .plans-box__image {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .plans-box__sentences {
    width: 331px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .plans-box__sentences {
    text-align: center;
    width: 100%;
  }
}
.plans-box__title {
  font-weight: 500;
  font-size: 20px;
  color: #444444;
  line-height: 32px;
  margin-top: 29px;
  margin-bottom: 21px;
}
@media screen and (max-width: 1200px) {
  .plans-box__title {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 576px) {
  .plans-box__title {
    font-size: 17px;
  }
}
.plans-box__description {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  display: inline-block;
  width: 337px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .plans-box__description {
    text-align: start;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .plans-box__description {
    width: 320px;
    font-size: 15px;
  }
}

.news {
  display: block;
  width: 100%;
  padding: 60px 20px;
  text-align: center;
}
.news-ttl-box {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  max-width: 165px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
.news-ttl-box__news-info.active {
  text-decoration: underline;
  text-decoration-color: #707070;
}
.news__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(100vw - 40px, 1186px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
  transition: height 0.8s;
}
@media screen and (max-width: 768px) {
  .news__inner {
    display: block;
  }
}
.news-box {
  display: flex;
  background-color: #F6F6F6;
  text-align: start;
  width: min((100vw - 60px) / 2, 570px);
  height: 130px;
  margin-bottom: 20px;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .news-box {
    width: min(100vw - 40px, 570px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .news-box {
    height: auto;
  }
}
.news-box__image {
  width: 103px;
  height: 100px;
}
@media screen and (max-width: 992px) {
  .news-box__image {
    display: block;
    width: 80px;
    height: 80px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .news-box__image {
    display: none;
  }
}
.news-box__sentences {
  padding-left: 30px;
  padding-right: 26px;
}
@media screen and (max-width: 992px) {
  .news-box__sentences {
    padding-left: 15px;
    padding-right: 10px;
  }
}
.news-box__date {
  font-weight: 500;
  font-size: 14px;
  color: #444444;
}
@media screen and (max-width: 992px) {
  .news-box__date {
    margin-bottom: 5px;
  }
}
.news-box__detail {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .news-box__detail {
    line-height: 25px;
  }
}
.news-box__detail_ib {
  display: inline-block;
}
.news-info-box {
  display: none;
  opacity: 0;
}
.news-info-box.active {
  display: flex;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.news-others-box {
  display: none;
  opacity: 0;
}
.news-others-box.active {
  display: flex;
  animation-name: fadeIn_index;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

/*フェードインアニメ*/
@keyframes fadeIn_index {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.access {
  background-image: url(../../images/paperlike-bg.jpg);
  background-size: contain;
  background-position: center;
  width: 100%;
  padding: 60px 20px 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .access {
    padding-bottom: 60px;
  }
}
.access__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.access-box {
  display: flex;
  height: 370px;
  margin-bottom: 69px;
}
@media screen and (max-width: 992px) {
  .access-box {
    height: auto;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .access-box {
    margin-bottom: 30px;
  }
}
.access-box__image {
  display: block;
  width: 568px;
  height: auto;
  margin-right: 83px;
}
@media screen and (max-width: 992px) {
  .access-box__image {
    width: 400px;
    margin-bottom: auto;
    margin-right: 40px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .access-box__image {
    display: none;
  }
}
.access-box__list-box {
  padding-top: 14px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .access-box__list-box {
    padding-left: 40px;
  }
}
.access-box__list-box__list-ttl {
  font-weight: 800;
  font-size: 16px;
  color: #444444;
  line-height: 16px;
  margin-bottom: 8px;
}
.access-box__list-box__list-txt {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  line-height: 32px;
  margin-bottom: 16px;
}
.access-box__list-box-txt {
  display: inline-block;
  width: 568px;
}
@media screen and (max-width: 1400px) {
  .access-box__list-box-txt {
    display: inline;
    width: auto;
  }
}
.access__map-box {
  aspect-ratio: 99/74;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.access__map-box__map {
  width: 100%;
  height: 100%;
}

.article-title {
  font-weight: 500;
  font-size: 36px;
  color: #444444;
  margin-bottom: 70px;
}
.article-title_news {
  margin-bottom: 44px;
}
.article-title_access {
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .article-title_access {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .article-title {
    font-size: 28px;
  }
}

.article-logo {
  margin-bottom: 16px;
  width: 40px;
  height: 40px;
}/*# sourceMappingURL=index.css.map */